Welcome![Sign In][Sign Up]
Location:
Search - java http server

Search list

[JSP/JavaServlet_Tech

Description: Java Servlet是与平台无关的服务器端组件,它可以运行在Servlet容器中.Servlet容器负责Servlet和客户的通信以及调用Servlet的方法,Servlet和客户的通信采用"请求/响应"的模式,Servlet的框架是由两个Java包组成的:javax.servlet和javax.servlet.http-Java Servlet is platform-independent server-side component that can run in the Servlet container. Servlet container for Servlet and customer communications, and the method call Servlet, Servlet, and customer communications a " request/response" model, Servlet' s framework is composed of two Java packages: javax.servlet and javax.servlet.http
Platform: | Size: 7168 | Author: 万宴宾 | Hits:

[JSP/Javajspeclipse

Description: JSP+SQL版 科技企业信息管理系统[Eclipse]版 附工程文件 系统基本参数 1、主页地址:http://localhost:8080/tech/default.htm 默认登录用户 manager 密码123456 2、注册时请指定密码为:注册密码必须是“036999”,才能注册成功,否则会提示“注册未认可”(明白JSP的 可以自行修改 工程源码) 3、程序里面设定的SQL Server数据库登录用户名是:sa,密码为空,如果为sa用户设置了密码,请修改源代码\修改需要的源文件[Eclipse]\tech\jdbc\jdbc.java中的数据库连接代码,然后重新编译这个类,编译后把编译成的class,复制到Tomcat的webapps目录下的 程序采用 传统 MVC 模式架构 -tech\WEB-INF\classes\jdbc
Platform: | Size: 407552 | Author: qincai | Hits:

[Internet-NetworkSDM-V25

Description: Cisco 安全设备管理工具:SDM   SDM(Security Device Manager)是Cisco公司提供的全新图形化路由器管理工具。SDM在新版CCNP第三门课程ISCW1.0中重点讲解,该工具利用WEB界面、Java技术和交互配置向导使得用户无需了解命令行接口(CLI)即可轻松地完成IOS路由器的状态监控、安全审计和功能配置包括:QoS、Easy VPN Server、IPS、DHCP Server、动态路由协议等配置任务也可以利用SDM轻松而快捷地完成。使用SDM可以简化网络管理员的工作量和出错的概率。使用SDM进行管理时,用户到路由器之间使用加密的HTTP连接及SSH v2协议,安全可靠。目前Cisco 的大部分中低端路由器包括8xx, 17xx, 18xx, 26xx(XM), 28xx, 36xx, 37xx, 38xx, 72xx, 73xx等型号都已经可以支持SDM。 -visual c++ source code inter-process communication pipe
Platform: | Size: 14896128 | Author: zcxaaron | Hits:

[JSP/Javaprogram

Description: MIDP2.0 操作像素数据.rar 用java实现的http服务器端例程java.rar 最进最少使用缓存算法.rar 用C写的泡泡堂.c C语言常用算法源代码.rar-MIDP2.0 operating pixel data. Rar http with the server-side java routine to achieve the most into the least used java.rar caching algorithm. Rar written using C BNB. C C language source code for common algorithms. Rar
Platform: | Size: 929792 | Author: nana | Hits:

[JSP/Javablackswansoft.com

Description: “黑天鹅Java远程控制”是使用Java语言开发的一款远程控制软件,并且 可以实现生成服务器、屏幕监视,屏幕控制、上传文件、下载文件、远程命令、 远程任务管理器、发送警告、相互聊天、换皮肤、版本升级提醒等功能。 欢迎到我们的网站上下载最新版本! 网址:http://www.blackswansoft.com/-" Black Swan Java Remote Control" is the use of Java language development of a remote control software, and can generate the server, the screen monitor, screen control, upload files, download files, remote commands, remote task manager, sent a warning each other chat, for skin, upgrade to remind other functions. Welcome to our website to download the latest version! Website: http://www.blackswansoft.com/
Platform: | Size: 3166208 | Author: songhaikang | Hits:

[Web ServerHTTP1

Description: 1. 编写简单的HTTP 1.0 客户端程序;编写简单的HTTP 1.0 服务器程序; (1) 实践内容 (2) 实现过程 注意: ① 具体体现Socket的编程流程,注意区分Java Socket与其它Socket的区别; ② 在此实践中某些功能模块的实现流程; ③ 最好利用UML的类图或结构化的程序流程图来描述程序的实现过程; (3) 关键技术 关键写出在完成各个功能时所使用的具体函数,但不要将全部程序代码粘贴; (4) 遇到的问题及解决方案 -1. Write a simple HTTP 1.0 client program write a simple HTTP 1.0 server program (1) of practice content (2) implementation process Note: ① embodied Socket programming process, a distinction with other Java Socket Socket difference ② Some features of this practice in the implementation process of the module ③ the best use of UML class diagrams or structure of the program flow chart to describe the program implementation process (3) write a key technology in the completion of each function key to use when specific function, but do not paste the entire code (4) the problems and solutions
Platform: | Size: 58368 | Author: qinyuchun | Hits:

[Web ServerWebServer

Description: java程序编写的模拟web服务器,对了解网络编程和http协议有帮助-web server
Platform: | Size: 2048 | Author: 蔡宇 | Hits:

[Web Serverweb-sever

Description: 用Java实现Web服务器 实现了GET请求的Web服务器程序的方法,通过创建ServerSocket类对象,监听端口8080; 等待、接受客户机连接到端口8080; 创建与socket字相关联的输入流和输出流 然后,读取客户机的请求信息,若请求类型是GET,则从请求信息中获取所访问的HTML文件名,如果HTML文件存在,则打开HTML文件,把HTTP头信息和HTML文件内容通过socket传回给Web浏览器,然后关闭文件。否则发送错误信息给Web浏览器。最后,关闭与相应Web浏览器连接的socket字- a basic Web Server written in java
Platform: | Size: 361472 | Author: fannie | Hits:

[JSP/JavaSchoolEbay

Description: 安装JDK,配置环境变量,安装ant和tomcat,并配置相应环境变量,不清楚的读者可以参见其文档。安装SQL Server 2000或更高版本,注意SQL Server 2000必须打sp3补丁,否则无法监听端口,客户端不能连接。 然后SchoolEbay\database目录下的数据库文件附加到Sql Server,具体操作是打开企业管理器,在左边的树状列表中右击数据库,在弹出的快捷菜单中选择“所有任务”|“附加数据库”命令,再选择要附加的数据库文件即可。 打开控制台(运行中输入cmd),将目录转到SchoolEbay所在目录,输入ant命令来编译打包程序(编译前请修改datasource下的Constants.java文件,将其中的username和passoword修改为SQL Server的用户名和密码)。将生成的SchoolEbay.war添加到Tomcat的webapps目录下,并启动Tomcat、启动Sql Server。访问http://localhost:8080/SchoolEbay/index.jsp,可启动本项目。 -SchoolEbay Tomcat SQLserver
Platform: | Size: 3575808 | Author: chenzd | Hits:

[JSP/JavaJabberHTTPBind-1.1.1

Description: JabberHTTPBind is a java servlet implementing XMPP Over BOSH (XEP-0206) (aka HTTP Binding) thus enabling you to connect to any Jabber™ server by way of BOSH.-JabberHTTPBind is a java servlet implementing XMPP Over BOSH (XEP-0206) (aka HTTP Binding) thus enabling you to connect to any Jabber™ server by way of BOSH.
Platform: | Size: 95232 | Author: 邓景 | Hits:

[Ftp Clientftp4j

Description: ftp4j是一个FTP客户端Java类库,实现了FTP客户端应具有的大部分功能。可以将ftp4j嵌到你的Java应用中,来传输文件(包括上传和下 载),浏览远程FTP服务器上的目录和文件,创建、删除、重命,移动远程目录和文件。ftp4j提供多种方式连接到远程FTP服务器包括:通过 TCP/IP直接连接,通过FTP代理、HTTP代理、SOCKS4/4a代理和SOCKS5代理连接,通过SSL安全连接。-ftp4j an FTP client-side Java class libraries, most of the functionality of the FTP client should have. You can ftp4j embedded in your Java applications, to transfer files (upload and download), browse directories and files on remote FTP server, create, delete, rename, move remote directories and files. ftp4j provide a variety of ways including: direct connection via TCP/IP through the FTP proxy, HTTP proxy SOCKS4/4a proxy and SOCKS5 proxy to connect through SSL secure connection to connect to a remote FTP server.
Platform: | Size: 83968 | Author: zouchungang | Hits:

[JSP/JavagetPostData

Description: 通过java中的servlet获取另一个服务器使用http post过来的json数据-Java servlet access to another server using http post over JSON data
Platform: | Size: 8344576 | Author: Ximing Wang | Hits:

[Internet-NetworkHttpProxy1

Description: 一个java 开发的简单HTTP代理服务器-development of a simple HTTP proxy server
Platform: | Size: 3072 | Author: medMor | Hits:

[Audio programyinyueyun-download

Description: 下载百度音乐无损品质音乐. 使用百度音乐时,可以添加收藏,收藏后的音乐列表会保存在http://yinyueyun.baidu.com中,并且提供下载链接。用java简单写了个下载自己收藏音乐的程序,过程中发现对于VIP的无损音乐,下载链接已经给出来了,只是在前台做了限制,这个,这个。。。。(Bug已经报给百度音乐,这里的代码只为方便自己和代码分享)。 本来想用用户名和密码登陆百度账号,可是在登陆时需要传递一个参数callback,这个参数不是服务器发送过来的,怀疑是根据什么参数在本地计算出来的,看不太懂js,这个功能就没实现。 使用步骤如下: 代码jar包使用maven管理,需要去apache网站下载maven,然后在项目根路径mvn install 浏览器登陆百度账号,查看浏览器中的cookie,取出名称为BDUSS的cookie的值,把它复制到com.yeetrack.yinyueyun包下的HttpTool.java中的cookieValue中。 执行MusicDownload.java中的main方法,即可。 下载下来的音乐,保存在项目根路径下的music文件夹,默认下载音质最好的。-Download Baidu music lossless quality music . Using Baidu music, you can add favorites , favorites list , after the music saved in http://yinyueyun.baidu.com , and the download link . Using java to write a simple download their favorite music program , found during the VIP lossless music, download link has been given out, but have been restricted in the foreground , this, this . . . . (Bug has been reported to Baidu music, here s the code only for the convenience of their own , and code-sharing ) . Had wanted to use the user name and password Baidu account, but the landing is required to pass a parameter callback, this parameter is not sent from the server , suspected to be based on what parameters calculated locally , and I do not understand js, this function is no realization . Use the following steps: Code using maven jar package management, you need to download apache maven, and then in the project root path mvn install Browser landing Baidu account, view the browser coo
Platform: | Size: 22528 | Author: 罗杰 | Hits:

[JSP/JavaSimpleHttp1.0

Description: 用Java的Socket机制实现一个能进行简单HTTP命令(如GET)操作的客户端和能进行响应的服务器。-Using Java Socket mechanisms used to achieve a simple HTTP commands (such as GET) client operations and can respond to the server.
Platform: | Size: 9216 | Author: Thomas Lee | Hits:

[ICQ-IM-Chatopenfire_3_9_1.tar

Description: Openfire是一个强大的即时消息(IM)和聊天服务器,它实现了XMPP协议。这份文件将引导您通过安装Openfire。对于更多的功能和信息的完整列表,请访问Openfire网站:http://www.igniterealtime.org/projects/openfire/-Openfire (previously known as Wildfire, and Jive Messenger) is an instant messaging (IM) and groupchat server that uses XMPP server written in Java and licensed under the Apache License 2.0.
Platform: | Size: 9591808 | Author: lch | Hits:

[Internet-Networkzju_network_lab5

Description: 用java编写的一个不需要WEB服务器的独立HTTP服务程序,并在页面传输过程中利用了数字签名的验证方法。-Using java prepared a separate HTTP service does not require WEB server, and use a digital signature authentication method in the page transmission.
Platform: | Size: 65536 | Author: chenjy | Hits:

[JSPStruts2

Description: 我们将学习到Struts2的各种技术。在本教程中使用的工具和程序库的版本 如下: 开发工具:MyEclipse6 Web服务器:Tomcat6 Struts版本:Struts2.0.11.1 JDK版本:JDK1.5.0_12 J2EE版本:Java EE5.0 在本系列教程中Web工程的上下文路径都是struts2,如果在Web根目录有一个index.jsp 文件,则访问路径如下: http://localhost:8080/struts2/index.jsp -We will learn a variety of techniques to Struts2. Version of this tutorial use tools and libraries As follows: Development Tools: MyEclipse6 Web Server: Tomcat6 Struts version: Struts2.0.11.1 JDK version: JDK1.5.0_12 J2EE version: Java EE5.0       In the context of this series are the path to the Web project struts2, if there is in the root directory of a Web index.jsp File, the access path is as follows: http://localhost:8080/struts2/index.jsp
Platform: | Size: 550912 | Author: 丁炳坤 | Hits:

[JSP/JavaFtpTest

Description: ftp4j是一个FTP客户端Java类库,实现了FTP客户端应具有的大部分功能。可以将ftp4j嵌到你的Java应用中,来传输文件(包括上传和下载),浏览远程FTP服务器上的目录和文件,创建、删除、重命,移动远程目录和文件。ftp4j提供多种方式连接到远程FTP服务器包括:通过 TCP/IP直接连接,通过FTP代理、HTTP代理、SOCKS4/4a代理和SOCKS5代理连接,通过SSL安全连接。-ftp4j is an FTP client Java library that implements the FTP client should have most of the functionality. You can ftp4j embedded into your Java application to transfer files (including uploading and downloading), browse directories and files on the remote FTP server, create, delete, rename, move remote directories and files. ftp4j provides multiple ways to connect to a remote FTP server includes: a direct connection via TCP/IP, via FTP proxy, HTTP proxy, SOCKS4/4a proxy and SOCKS5 proxy connection through SSL secure connection.
Platform: | Size: 260096 | Author: 小夜 | Hits:

[Internet-NetworkFTPClient

Description: 用Java实现简单的FTP断点续传客户端,需要服务器IP地址,端口号,可选传输层为UDP还是TCP-Using Java to achieve a simple HTTP FTP client, you need a server IP address, port number, optional UDP or TCP transport layer
Platform: | Size: 253952 | Author: yuyang | Hits:
« 1 2 ... 5 6 7 8 9 1011 »

CodeBus www.codebus.net